home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00122_Script_122 < prev    next >
Text File  |  1994-12-08  |  631b  |  22 lines

  1. on exitFrame
  2.   global returnMark, returnQT, Vol1, Vol2, vidVol
  3.   
  4.   go to returnMark
  5.   
  6.   --if returnQT contains ".MOV" then  
  7.    -- put the puppet of sprite 20 into puptest
  8.    -- if puptest = FALSE then puppetSprite 20, TRUE
  9.    -- set the visible of sprite 20 to TRUE      
  10.    -- set the directtostage of cast returnQT to TRUE
  11.    -- set the movierate of sprite 20 to 1
  12.   --  set the sound of cast returnQT to TRUE
  13.    -- set the volume of sprite 20 to VidVol
  14.     --set the soundEnabled to TRUE
  15.     --set the sound of cast QTname to TRUE
  16.     --updateStage
  17.   --end if
  18.   
  19.   sv1 Vol1
  20.   sv2 Vol2  
  21.   updateStage
  22. end